All Questions
5 questions
1vote
3answers
2kviews
Query post from all category with same tag on 1 pages
How to query posts from categories with specific tags? For Example if I visit "localhost/tag/tutorial" the archive page would show all post from all category with tutorial tag. But the view would be ...
0votes
1answer
1kviews
I cannot get tax_query in get_posts() to work with custom taxonomy
I have been trying to achieve this for the past two days but nothing works. I am attempting to build functionality to search any post, page, and a couple other custom post-types by a tag. I have ...
0votes
1answer
230views
How to create page that lists tags by initial letter?
I want to create a page that lists tags that begin with a specific letter. So for example I want a page that lists all tags that begin with the letter 'A'. This is the code I got so far <?php $...
0votes
2answers
15kviews
How to get Tags with specific post id
I have created one post and post ID is 34 and added some Tags and Now I want to retrieve all tags with post ID. Any Idea?
-1votes
1answer
121views
Attaching multiple custom taxonomies to one CPT?
So I've been developing a complex CPT lately and something came up that made me realize I need a second custom Taxonomy on the CPT. Is this impossible? Also I'm currently using tags as well, so the ...